Skip to content

Commit

Permalink
update bad_column_name.myl to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Apr 29, 2014
1 parent f3073ed commit 4675786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/bad_column_name.myl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
T = EMPTY(x:int);
A = [FROM T EMIT SAFEDIV(x, 3) AS SafeDiv];
STORE (A, OUTPUT);
T = empty(x:int);
A = [from T emit SafeDiv(x, 3) AS SafeDiv];
store(A, OUTPUT);

0 comments on commit 4675786

Please sign in to comment.