Fix typo in tests

This commit is contained in:
Chad Engler 2022-08-23 10:29:26 -07:00
parent b51c82c008
commit 9befc96f88
No known key found for this signature in database
GPG Key ID: 447DF683B71FB0BE

View File

@ -92,5 +92,5 @@
function suite.cxxflags_onSanitizeFuzzer()
sanitize { "Fuzzer" }
prepare()
test.contains({ "-fsanitize=fuzzer" }, gcc.getcxxflags(cfg))
test.contains({ "-fsanitize=fuzzer" }, clang.getcxxflags(cfg))
end