diff options
author | asynts <asynts@gmail.com> | 2019-02-19 21:43:27 +0100 |
---|---|---|
committer | asynts <asynts@gmail.com> | 2019-02-19 21:43:27 +0100 |
commit | 0e16f4fc25ebab569e271f35c37cc83d14fde0e3 (patch) | |
tree | 821d621e1cce61434a6817ddcf355980d33bbe3e /test/compilers/argument-parsers-tests.js | |
parent | ec211707dd76e43335704fb06b3b7e526473fc00 (diff) | |
download | compiler-explorer-0e16f4fc25ebab569e271f35c37cc83d14fde0e3.tar.gz compiler-explorer-0e16f4fc25ebab569e271f35c37cc83d14fde0e3.zip |
updating the test name
Diffstat (limited to 'test/compilers/argument-parsers-tests.js')
-rw-r--r-- | test/compilers/argument-parsers-tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilers/argument-parsers-tests.js b/test/compilers/argument-parsers-tests.js index ee52e714a..49957fbb5 100644 --- a/test/compilers/argument-parsers-tests.js +++ b/test/compilers/argument-parsers-tests.js @@ -120,7 +120,7 @@ describe('clang parser', () => { ]); }); }); - it("should add -fno-crash-diagnostics if supported", () => { + it("should add '-fno-crash-diagnostics' and '-fcolor-diagnostics' when supported", () => { const compiler = new FakeCompiler({}); compiler.possibleArguments = new CompilerArguments("fake"); compiler.exec = () => Promise.resolve({ |