summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-07-31 06:21:38 +0000
committerDean Michael Berris <dberris@google.com>2017-07-31 06:21:38 +0000
commit30f6f020ab010db825f79a0dcaca0be18cd12d9d (patch)
tree73134e720469c59bf96d37a9cd91a089ecbe6602 /test/xray
parentb5c7208211b31e7f38caf52f3de1eebb66370320 (diff)
[XRay][compiler-rt] Fix typo for REQUIRES.
Follow-up on D35789. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309540 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/TestCases/Linux/quiet-start.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Linux/quiet-start.cc b/test/xray/TestCases/Linux/quiet-start.cc
index 42d9f8847..409e1788f 100644
--- a/test/xray/TestCases/Linux/quiet-start.cc
+++ b/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;