Skip to content

Commit

Permalink
Change ${!^} into ${^}
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 25, 2017
1 parent 3d3ad4c commit c65f1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/jbuild.ml
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ module Menhir = struct
; S.virt_var __POS__ ("path-no-dep:" ^ merge_into)
]
; t.flags
; [ S.virt_var __POS__ "!^" ]
; [ S.virt_var __POS__ "^" ]
]))
; fallback = Not_possible
; locks = []
Expand Down
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/misc/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
(alias
((name runtest)
(deps (jbuild jbuild-plop))
(action (run diff -u ${!^}))))
(action (run diff -u ${^}))))

;; For some tests in subdirs

Expand All @@ -56,4 +56,4 @@
(alias
((name runtest)
(deps (pnd-result pnd-expected))
(action (run diff -u ${!^}))))
(action (run diff -u ${^}))))

0 comments on commit c65f1a2

Please sign in to comment.