[DTrace-devel] [PATCH 1/3] test: Clean up some comments

eugene.loh at oracle.com eugene.loh at oracle.com
Tue Jan 11 02:10:27 UTC 2022


From: Eugene Loh <eugene.loh at oracle.com>

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
 test/unittest/providers/err.D_PDESC_INVAL.wrongdec4.d | 4 ++--
 test/unittest/providers/err.D_PDESC_ZERO.wrongdec1.d  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/unittest/providers/err.D_PDESC_INVAL.wrongdec4.d b/test/unittest/providers/err.D_PDESC_INVAL.wrongdec4.d
index 6d4c7d40..421d6474 100644
--- a/test/unittest/providers/err.D_PDESC_INVAL.wrongdec4.d
+++ b/test/unittest/providers/err.D_PDESC_INVAL.wrongdec4.d
@@ -1,6 +1,6 @@
 /*
  * Oracle Linux DTrace.
- * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2022, 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.
  */
@@ -8,7 +8,7 @@
 /*
  * ASSERTION:
  * 	Simple profile provider test.
- *	call profile<provider name>; called with no "::::".
+ *	call profile::::<provider name>; called with four ":".
  *	should fail with compilation error.
  *
  *
diff --git a/test/unittest/providers/err.D_PDESC_ZERO.wrongdec1.d b/test/unittest/providers/err.D_PDESC_ZERO.wrongdec1.d
index 1d795a9b..7342a489 100644
--- a/test/unittest/providers/err.D_PDESC_ZERO.wrongdec1.d
+++ b/test/unittest/providers/err.D_PDESC_ZERO.wrongdec1.d
@@ -1,6 +1,6 @@
 /*
  * Oracle Linux DTrace.
- * Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2022, 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.
  */
@@ -8,7 +8,7 @@
 /*
  * ASSERTION:
  * 	Simple profile provider test.
- *	call profile::<provider name>; called with two "::".
+ *	call profile::<provider name>; called with two ":".
  *	should fail with compilation error.
  *
  * SECTION: profile Provider/tick-n probes
-- 
2.18.4




More information about the DTrace-devel mailing list