Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a syntax error
  • Loading branch information
moritz committed Oct 1, 2011
1 parent 0dc03f4 commit ac23be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-subset/subtypes.t
Expand Up @@ -216,7 +216,7 @@ ok "x" !~~ NW1, 'subset declaration without where clause rejects wrong value';

# RT #75718
{
roles R { };
role R { };
subset S of R;
nok 1 ~~ S, 'subsets of roles (1)';
ok R ~~ S, 'subsets of roles (2)';
Expand Down

0 comments on commit ac23be8

Please sign in to comment.