diff options
Diffstat (limited to 'test/sanitizer_common/TestCases/options-help.cc')
-rw-r--r-- | test/sanitizer_common/TestCases/options-help.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/options-help.cc b/test/sanitizer_common/TestCases/options-help.cc index eaa04a494be4b..913377db70f18 100644 --- a/test/sanitizer_common/TestCases/options-help.cc +++ b/test/sanitizer_common/TestCases/options-help.cc @@ -1,5 +1,5 @@ // RUN: %clangxx -O0 %s -o %t -// RUN: %tool_options=help=1 %run %t 2>&1 | FileCheck %s +// RUN: %env_tool_opts=help=1 %run %t 2>&1 | FileCheck %s int main() { } |