changeset 30:c3a43aad8798

removed "[0-9a-fA-F]+h" integer_literal_hex in responce to news://digitalmars.com/digitalmars.D.bugs:2055 (Burton Radons)
author thomask
date Sat, 09 Oct 2004 15:49:38 +0000
parents aa1f2cebfba6
children 176f34f08034
files run/integer_literal_hex_13.d
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/run/integer_literal_hex_13.d	Sat Oct 09 15:08:26 2004 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-int main(){
-	assert(2h == 2);
-	assert(Ah == 10);
-	return 0;
-}