Skip to content

Commit

Permalink
test: Fix a tiny typo
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
euloh authored and kvanhees committed Feb 26, 2023
1 parent dad6beb commit 16c18d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/unittest/codegen/tst.tstring_asgn_expr.d
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/

/*
* Ensure tstrings are handled correctly for non-void assignment expressoions.
* Ensure tstrings are handled correctly for non-void assignment expressions.
*/

#pragma D option quiet
Expand Down
4 changes: 2 additions & 2 deletions test/unittest/codegen/tst.tstring_ternary.d
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* Oracle Linux DTrace.
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/

/*
* Ensure tstrings are handled correctly for ternary (?:) expressoions.
* Ensure tstrings are handled correctly for ternary (?:) expressions.
*/

#pragma D option quiet
Expand Down

0 comments on commit 16c18d1

Please sign in to comment.