summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 14:46:54 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 14:46:54 -0700
commit5266e966211a0073554c110624a7e4d0bacea7f2 (patch)
treea59fccc32dddf47128cc731b2856f3a00fb582b9 /includes
parent8257f276c08d8d7a75e82f3fd6205ee8a0757bba (diff)
downloadhaskell-5266e966211a0073554c110624a7e4d0bacea7f2.tar.gz
Update some files for new testsuite tests location
Diffstat (limited to 'includes')
-rw-r--r--includes/stg/SMP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/SMP.h b/includes/stg/SMP.h
index 52fd6f1bc6..87ec4fb242 100644
--- a/includes/stg/SMP.h
+++ b/includes/stg/SMP.h
@@ -83,7 +83,7 @@ EXTERN_INLINE void busy_wait_nop(void);
* http://gee.cs.oswego.edu/dl/jmm/cookbook.html
*
* To check whether you got these right, try the test in
- * testsuite/tests/ghc-regress/rts/testwsdeque.c
+ * testsuite/tests/rts/testwsdeque.c
* This tests the work-stealing deque implementation, which relies on
* properly working store_load and load_load memory barriers.
*/