From badf3442ae8567405a0eb9b8dbdde496b0c1bdf3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 24 Feb 2011 13:30:10 -0500 Subject: [PATCH] update CTF tests Signed-off-by: Mathieu Desnoyers --- .../ctf/metadata/ctf-test/fail/struct-with-non-text-left-2.txt | 2 +- .../ctf/metadata/ctf-test/fail/struct-with-non-text-left-3.txt | 2 +- .../ctf/metadata/ctf-test/fail/struct-with-non-text-left-4.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-2.txt b/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-2.txt index f881e6d1..5c964a18 100644 --- a/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-2.txt +++ b/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-2.txt @@ -1 +1 @@ -struct test { a.array[3].N = test; }; +struct test { int a.array[3].N; }; diff --git a/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-3.txt b/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-3.txt index 4eb8f983..2d78cd89 100644 --- a/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-3.txt +++ b/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-3.txt @@ -1 +1 @@ -struct test { a->array[3].N = test; }; +struct test { a->array[3].N test; }; diff --git a/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-4.txt b/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-4.txt index ebb93696..1691a2e8 100644 --- a/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-4.txt +++ b/formats/ctf/metadata/ctf-test/fail/struct-with-non-text-left-4.txt @@ -1 +1 @@ -struct test { array[1] = blah; }; +struct test { array[1] blah; }; -- 2.34.1