diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2023-05-08 20:35:36 +0200 |
---|---|---|
committer | Marc Poulhiès <dkm@kataplop.net> | 2023-05-08 20:39:19 +0200 |
commit | 64ceb0ca03d3ffcfd359d2bd4e464a73ca099a18 (patch) | |
tree | 694da6e3c46e7196ff57a8342cce3cf4fbfaa614 | |
parent | d82bef352f4a75d283b8436c1c3d39f7fd41ad88 (diff) | |
download | compiler-explorer-gh-7360.tar.gz compiler-explorer-gh-7360.zip |
The test was missing, adding it now... /o\
refs #5009
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
-rw-r--r-- | etc/scripts/util/test/cases/not_a_valid_prop.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/scripts/util/test/cases/not_a_valid_prop.properties b/etc/scripts/util/test/cases/not_a_valid_prop.properties new file mode 100644 index 000000000..a6f6b1367 --- /dev/null +++ b/etc/scripts/util/test/cases/not_a_valid_prop.properties @@ -0,0 +1,9 @@ +compilers=a +compiler.a.exe=/dev/null + +this_should_not_be_ok + +# this is still ok + # so is this + +but this one is not |