| Index: courgette/encoded_program_unittest.cc
 | 
| ===================================================================
 | 
| --- courgette/encoded_program_unittest.cc	(revision 21002)
 | 
| +++ courgette/encoded_program_unittest.cc	(working copy)
 | 
| @@ -53,7 +53,7 @@
 | 
|    const void* assembled_buffer = assembled.Buffer();
 | 
|    size_t assembled_length = assembled.Length();
 | 
|  
 | 
| -  EXPECT_EQ(8, assembled_length);
 | 
| +  EXPECT_EQ(8U, assembled_length);
 | 
|  
 | 
|    static const uint8 golden[] = {
 | 
|      0x04, 0x00, 0x90, 0x00,  // ABS32 to base + 4
 | 
| 
 | 
| Property changes on: courgette/encoded_program_unittest.cc
 | 
| ___________________________________________________________________
 | 
| Name: svn:eol-style
 | 
|    + LF
 | 
| 
 | 
| 
 |