Skip to content

Commit 1214fde

Browse files
Rename test files
1 parent 33d925a commit 1214fde

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

ocaml/testsuite/tests/typing-layouts-bits32/basics.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(* This file contains typing tests for the layout [bits32].
1414
1515
Runtime tests for the type [int32#] can be found in the
16-
[unboxed_int32], [alloc], and [int32_u] tests in this
16+
[unboxed_int32], [alloc], and [test_int32_u] tests in this
1717
directory. The type [int32#] here is used as a convenient example of a
1818
concrete [bits32] type in some tests, but its behavior isn't the primary
1919
purpose of this test. *)

ocaml/testsuite/tests/typing-layouts-bits64/basics.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(* This file contains typing tests for the layout [bits64].
1414
1515
Runtime tests for the type [int64#] can be found in the
16-
[unboxed_int64], [alloc], and [int64_u] tests in this
16+
[unboxed_int64], [alloc], and [test_int64_u] tests in this
1717
directory. The type [int64#] here is used as a convenient example of a
1818
concrete [bits64] type in some tests, but its behavior isn't the primary
1919
purpose of this test. *)

ocaml/testsuite/tests/typing-layouts-word/basics.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
(* This file contains typing tests for the layout [word].
1414
1515
Runtime tests for the type [nativeint#] can be found in the
16-
[unboxed_nativeint], [alloc], and [word_u] tests in this
16+
[unboxed_nativeint], [alloc], and [test_nativeint_u] tests in this
1717
directory. The type [nativeint#] here is used as a convenient example of a
1818
concrete [word] type in some tests, but its behavior isn't the primary
1919
purpose of this test. *)

0 commit comments

Comments
 (0)