diff options
author | Dean Michael Berris <dberris@google.com> | 2017-07-31 06:21:38 +0000 |
---|---|---|
committer | Dean Michael Berris <dberris@google.com> | 2017-07-31 06:21:38 +0000 |
commit | 8443f7ba64ea0fe016c67a6b5d60c72584477d9c (patch) | |
tree | dd6dea5387513387c56d942c9f6f5073d4e9b7c1 | |
parent | 0a6464aa9871d4e5e048228cbe94bc393fcfac65 (diff) | |
download | bcm5719-llvm-8443f7ba64ea0fe016c67a6b5d60c72584477d9c.tar.gz bcm5719-llvm-8443f7ba64ea0fe016c67a6b5d60c72584477d9c.zip |
[XRay][compiler-rt] Fix typo for REQUIRES.
Follow-up on D35789.
llvm-svn: 309540
-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; |