From 03c7af1c9cb07de14af92bc9d3e96386bf54738c Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sun, 22 Oct 2023 11:35:40 -0700 Subject: [PATCH] Update test/blackbox-tests/print-attrs-error.t --- test/blackbox-tests/print-attrs-error.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/blackbox-tests/print-attrs-error.t b/test/blackbox-tests/print-attrs-error.t index 7f7a79e8d5..ad5879983f 100644 --- a/test/blackbox-tests/print-attrs-error.t +++ b/test/blackbox-tests/print-attrs-error.t @@ -1,4 +1,4 @@ -An example that uses exceptions runtime +Show how certain attribute errors are printed on type mismatches $ cat > x.ml < let sum a b = a + b