From a103f65a97430a86695115c464fa6ccfab397a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pavl=C3=ADk?= Date: Wed, 14 Feb 2024 15:01:33 +0100 Subject: [PATCH] fixup! Move the poly_2 test functions to should_fail --- test/should_pass/poly_pass.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/should_pass/poly_pass.erl b/test/should_pass/poly_pass.erl index d6b4389b..76d4e1f1 100644 --- a/test/should_pass/poly_pass.erl +++ b/test/should_pass/poly_pass.erl @@ -1,6 +1,5 @@ -module(poly_pass). -%% These examples don't come from the above paper. -export([f/1, l/0]).