summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/pause-resume/shouldfail/rts_pause_when_locked.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rts/pause-resume/shouldfail/rts_pause_when_locked.stderr')
-rw-r--r--testsuite/tests/rts/pause-resume/shouldfail/rts_pause_when_locked.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/pause-resume/shouldfail/rts_pause_when_locked.stderr b/testsuite/tests/rts/pause-resume/shouldfail/rts_pause_when_locked.stderr
new file mode 100644
index 0000000000..d63f38e009
--- /dev/null
+++ b/testsuite/tests/rts/pause-resume/shouldfail/rts_pause_when_locked.stderr
@@ -0,0 +1,2 @@
+rts_pause_when_locked: error: rts_lock: The RTS is already paused by this thread.
+ There is no need to call rts_lock if you have already called rts_pause.