aboutsummaryrefslogtreecommitdiff
path: root/tools/memory-model/litmus-tests/CoWW+poonceonce.litmus
diff options
context:
space:
mode:
authorPaul E. McKenney2020-11-05 13:20:56 -0800
committerPaul E. McKenney2020-11-06 17:25:16 -0800
commit1947bfcf81a905e84a58b423063e81034a90efed (patch)
treebea33fb0fa3ca7f74d7e86437c756149d233da21 /tools/memory-model/litmus-tests/CoWW+poonceonce.litmus
parent0a27ce6b6968866fa8e3bd70371d67752db7718f (diff)
tools/memory-model: Add types to litmus tests
This commit adds type information for global variables in the litmus tests in order to allow easier use with klitmus7. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/memory-model/litmus-tests/CoWW+poonceonce.litmus')
-rw-r--r--tools/memory-model/litmus-tests/CoWW+poonceonce.litmus4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/memory-model/litmus-tests/CoWW+poonceonce.litmus b/tools/memory-model/litmus-tests/CoWW+poonceonce.litmus
index 0d9f0a958799..85ef746f511a 100644
--- a/tools/memory-model/litmus-tests/CoWW+poonceonce.litmus
+++ b/tools/memory-model/litmus-tests/CoWW+poonceonce.litmus
@@ -7,7 +7,9 @@ C CoWW+poonceonce
* writes to the same variable are ordered.
*)
-{}
+{
+ int x;
+}
P0(int *x)
{