diff options
Diffstat (limited to 'tests/amalgam/unnamed')
-rw-r--r-- | tests/amalgam/unnamed/test.out | 2 | ||||
-rwxr-xr-x | tests/amalgam/unnamed/test.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/amalgam/unnamed/test.out b/tests/amalgam/unnamed/test.out index 1738349..023b71f 100644 --- a/tests/amalgam/unnamed/test.out +++ b/tests/amalgam/unnamed/test.out @@ -1,2 +1,2 @@ '' -sub/=sub/ +sub/@sub/ diff --git a/tests/amalgam/unnamed/test.sh b/tests/amalgam/unnamed/test.sh index b898b3c..afcb3bd 100755 --- a/tests/amalgam/unnamed/test.sh +++ b/tests/amalgam/unnamed/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -valgrind -q b -q | diff -u test.out - +b -q | diff -u test.out - |