diff options
author | Dan Kegel <[email protected]> | 2022-03-13 12:27:44 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-03-15 05:59:00 +0100 |
commit | c534fa1b6f935d8176528131488853c4f67f6cc8 (patch) | |
tree | d53ffe305816bde789ee88fa688bdde495861920 /testdata/testing.txt | |
parent | eed78338e6ac5cdcc60c824ea3b3457f4425d5fe (diff) | |
download | tinygo-c534fa1b6f935d8176528131488853c4f67f6cc8.tar.gz tinygo-c534fa1b6f935d8176528131488853c4f67f6cc8.zip |
On baremetal platforms, use simpler test matcher. Fixes #2666.
Uses same matcher in testdata (because now we can't replace it in testdata).
Diffstat (limited to 'testdata/testing.txt')
-rw-r--r-- | testdata/testing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/testing.txt b/testdata/testing.txt index ff124de14..6a8ee0591 100644 --- a/testdata/testing.txt +++ b/testdata/testing.txt @@ -15,7 +15,7 @@ --- FAIL: TestAllLowercase (0.00s) --- FAIL: TestAllLowercase/BETA (0.00s) expected lowercase name, got BETA - --- FAIL: TestAllLowercase/DELTA (0.00s) - expected lowercase name, got DELTA + --- FAIL: TestAllLowercase/BELTA (0.00s) + expected lowercase name, got BELTA FAIL exitcode: 1 |