]> granicus.if.org Git - check/commitdiff
Use #include rather than #import (bug #484564).
authorneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 12 Apr 2002 10:50:04 +0000 (10:50 +0000)
committerneo23 <neo23@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Fri, 12 Apr 2002 10:50:04 +0000 (10:50 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@131 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/doc/tutorial.lyx

index a6ee9083c2a0624aeaae2f4b404297787c590693..0b2372ccd029b396f1c5b21e6fa8639e63028210 100644 (file)
@@ -242,10 +242,10 @@ How to write a test
 \layout Standard
 
 Test writing using Check is very simple.
- The file in which the checks are defined must import check.h as so:
+ The file in which the checks are defined must include check.h as so:
 \layout Code
 
-#import <check.h>
+#include <check.h>
 \layout Standard
 
 The basic unit test looks as follows: