diff options
-rw-r--r-- | compiler-rt/test/xray/TestCases/Linux/quiet-start.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc b/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc index 42d9f884724..409e1788f3b 100644 --- a/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc +++ b/compiler-rt/test/xray/TestCases/Linux/quiet-start.cc @@ -10,7 +10,7 @@ // // FIXME: Understand how to make this work on other platforms // REQUIRES: built-in-llvm-tree -// REQRUIES: x86_64-linux +// REQUIRES: x86_64-linux #include <iostream> using namespace std; |