diff options
author | Ayke van Laethem <[email protected]> | 2021-04-15 23:04:05 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-04-21 10:32:09 +0200 |
commit | c47cdfa66fe38cfad268615e093969bb136bae07 (patch) | |
tree | fc21ea3dba4a81c4dfb2cab206ddefe10b7f8653 /testdata/env.txt | |
parent | 768a15c1dd83a462f77a835581357572e3962dbc (diff) | |
download | tinygo-c47cdfa66fe38cfad268615e093969bb136bae07.tar.gz tinygo-c47cdfa66fe38cfad268615e093969bb136bae07.zip |
runtime: implement environment variables for Linux
Diffstat (limited to 'testdata/env.txt')
-rw-r--r-- | testdata/env.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/env.txt b/testdata/env.txt index d12475f45..7aadfb7b4 100644 --- a/testdata/env.txt +++ b/testdata/env.txt @@ -1,2 +1,2 @@ -VALUE1 -VALUE2 +ENV1: VALUE1 +ENV2: VALUE2 |