diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-12-18 18:35:46 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-12-18 18:35:46 +0000 |
| commit | 1c6f3e7bf6ed0a9ff1bd466e319cdf456e6e91dc (patch) | |
| tree | 9ffecbf2e9ce4e63aac5515363a488b761a02b03 /tests | |
| parent | b9098066cd6284319bca922f13e59517f774a103 (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/misc/grammar.asl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/misc/grammar.asl b/tests/misc/grammar.asl index ee0f2bcee1f5e..b808065b65185 100644 --- a/tests/misc/grammar.asl +++ b/tests/misc/grammar.asl @@ -1280,6 +1280,10 @@ DefinitionBlock ( Store ("****** There were errors during the execution of the test ******", Debug) } + // Flush all notifies + + Sleep (250) + // // Last Test // @@ -1922,8 +1926,6 @@ DefinitionBlock ( } }) - /* Parser thinks this is a method invocation!! */ - Store (RefOf (MAIN), Local5) // For this to work, ABCD must NOT exist. |
