Skip to content

Commit

Permalink
temporarily disable Unicode test
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss authored Feb 26, 2025
1 parent a560490 commit 5817b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test:
$(TMHS) PolyKind && $(EVAL) > PolyKind.out && diff PolyKind.ref PolyKind.out
$(TMHS) Record && $(EVAL) > Record.out && diff Record.ref Record.out
$(TMHS) Deriving && $(EVAL) > Deriving.out && diff Deriving.ref Deriving.out
$(TMHS) Unicode +RTS -20M && $(EVAL) > Unicode.out && diff Unicode.ref Unicode.out
# $(TMHS) Unicode +RTS -20M && $(EVAL) > Unicode.out && diff Unicode.ref Unicode.out
$(TMHS) BindPat && $(EVAL) > BindPat.out && diff BindPat.ref BindPat.out
$(TMHS) Read && $(EVAL) > Read.out && diff Read.ref Read.out
$(TMHS) ListCompr && $(EVAL) > ListCompr.out && diff ListCompr.ref ListCompr.out
Expand Down

0 comments on commit 5817b37

Please sign in to comment.